home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11114 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: cliffy.lfwc.lockheed.com!news
  2. From: Ken Garlington <GarlingtonKE@lfwc.lockheed.com>
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: Tue, 12 Mar 1996 12:56:49 +0000
  6. Organization: Lockheed Martin Tactical Aircraft Systems
  7. Message-ID: <31457491.244A@lfwc.lockheed.com>
  8. References: <00001a73+00002504@msn.com> <1996Feb22.005518.13396@leeweyr.sccsi.com>    <4gvrffINNlqo@anvil.ugrad.cs.ubc.ca> <4h5hgj$vpd@tomquartz.niestu.com>    <4h7jskINNnph@anvil.ugrad.cs.ubc.ca> <313EDF38.61C1@lfwc.lockheed.com> <TANMOY.96Mar7180321@qcd.lanl.gov> <4i01hb$s6j@new-news.cc.brandeis.edu>
  9. NNTP-Posting-Host: cliffy.lfwc.lockheed.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Macintosh; I; 68K)
  14.  
  15. dernis@binah.cc.brandeis.edu wrote:
  16.  
  17. > It would seem to me
  18. > that any language which incorporates range checking, bound
  19. > checking, garbage collection, etc. from the get go loses the
  20. > flexibility of higher performance in critical areas.
  21.  
  22. With respect to checking, you might be right - for those languages that
  23. don't permit the suppression of run-time checks for those _critical_ areas.
  24. Fortunately, Ada permits check suppression.
  25.  
  26. As to garbage collection, you may be right there, too. Fortunately,
  27. Ada doesn't require garbage collection, although it does provide the
  28. means to implement it if desired.
  29.